执行go get出现 go: GOPATH entry is relative错误

将~/.zshrc文件中 
export GOPATH="/home/hys/mycode/go:/home/hys/mycode/go/gopl:$GOPATH"

改为
export GOPATH="/home/hys/mycode/go:/home/hys/mycode/go/gopl"